home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (User) [68k, x86]
/
NeXTSTEP 3.3 User (m68k, i386).img.gz
/
NeXTSTEP 3.3 User Intel.iso
/
.cshrc
next >
Wrap
Text File
|
1994-10-21
|
460b
|
22 lines
#
# Default .cshrc file for root.
#
# set up the path
set path=(/etc /usr/etc /usr/ucb /bin /usr/bin /usr/local/bin /usr/sybase/bin /LocalApps /NextApps /NextAdmin /NextDeveloper/Demos)
# umask will disable write privileges for group and other users
umask 022
#
if ( ${?prompt} ) then
set host=`hostname`
set prompt="${host}:\!# "
# number of commands to remember
set history=100
# some default aliases
alias ls ls -F
alias mail /usr/ucb/Mail
endif